ComponentOne ASP.NET MVC Controls
OnClientLoaded Method (BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : OnClientLoaded Method
The value.
Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientLoaded client event. Occurs when the C1.Web.Mvc.BaseODataCollectionViewService<T> finishes loading data.
Syntax
'Declaration
 
Public Function OnClientLoaded( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientLoaded( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members